NetworkSediment Derived Type

type, public :: NetworkSediment


Components

Type Visibility Attributes Name Initial
type(ReachSediment), public, POINTER :: branch(:)
integer, public :: nreach

Source Code

TYPE NetworkSediment
	TYPE(ReachSediment),POINTER :: branch (:)
	INTEGER :: nreach
END TYPE NetworkSediment